home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / tripong.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-04-23  |  194 b   |  12 lines

  1. on(press){
  2.    if(_root.i != undefined)
  3.    {
  4.       _root.gotoAndStop(4);
  5.       _root.pag.gotoAndStop(4);
  6.    }
  7.    else
  8.    {
  9.       getUrl("http://www.komix-games.com", "_blank");
  10.    }
  11. }
  12.